pp108 : GetTemplateLessObjects (Deprecated)

GetTemplateLessObjects (Deprecated)


This method is used to retrieve objects that do not belong to a user-defined template. GetTemplateLessObjects is part of the CoBOC Methodset 4.2 in the Cordys CoBOC application package.

SOAP Request

<GetTemplateLessObjects xmlns="http://schemas.cordys.com/1.0/coboc"/>


This request returns all the templateless objects in the organization.

SOAP Response

<GetTemplateLessObjectsResponse xmlns="http://schemas.cordys.com/1.0/coboc">
    <tuple>
        <old>
            <data>
                <metadata>
                    <object_id>11287198884512</object_id>
                    <folder_id>112838611430810</folder_id>
                    <objectname>obj5</objectname>
                    <key>/obj5</key>
                    <organization>o=system,cn=cordys,o=vanenburg.com</organization>
                    <owner>cn=Jdoe,cn=organizational users,o=system,cn=cordys,o=vanenburg.com</owner>
                    <description/>
                    <customkey>11287198884512</customkey>
                    <history>0</history>
                    <event>0</event>
                    <template_id>1001</template_id>
                    <lastmodifieddate>1127299045898</lastmodifieddate>
                </metadata>
                <object/>
            </data>
        </old>
    </tuple>
</GetTemplateLessObjectsResponse>

Response Parameters

Parameter

Description

old

Indicates that the object contained in the request exists in the database

object_id

Unique ID identifying the object

folder_id

Unique ID identifying the folder

objectname

Name of the object

organization

Organization in which the object has been inserted

owner

User who has instantiated the object

description

Description of the object

customkey

Custom key of the object. Defined on an attribute of a template, the custom key prevents replication of the object and maintains object uniqueness.

history

Indicates whether the object is being monitored

event

Information about events defined on the object. Events help track changes in the state of the object.

template_id

Unique ID identifying the template

lastmodifieddate

Indicates the last date and time of modification of the object

object

Inserted object enclosed within this element.